Adding introspection annotation to GtkModuleIinitFunc to specify array and length...
authorAlberto Ruiz <aruiz@gnome.org>
Wed, 20 Apr 2011 19:06:14 +0000 (20:06 +0100)
committerAlberto Ruiz <aruiz@gnome.org>
Wed, 20 Apr 2011 19:06:14 +0000 (20:06 +0100)
gtk/gtkmodules.h

index a2adfce78a61a17d2bb4742287890186600a99d5..3c97854f7699fc98a6cfd4ff912d347a484fb497 100644 (file)
@@ -33,7 +33,7 @@ G_BEGIN_DECLS
 /**
  * GtkModuleInitFunc:
  * @argc: GTK+ always passes %NULL for this argument
- * @argv: GTK+ always passes %NULL for this argument
+ * @argv: (array length=argc): GTK+ always passes %NULL for this argument
  *
  * Each GTK+ module must have a function gtk_module_init()
  * with this prototype. This function is called after loading